@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;

}

a,
a:hover {
  text-decoration: none;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 25px;
  background-color: #FD841F;
}

.top-bar span {
  color: #fff;
}

.top-bar ul {
  list-style: none;
  display: flex;
}

.top-bar li {
  margin: 0px 5px;
}

.top-bar a {
  color: #fff;
}

.top-bar a:hover {
  color: #222;
}

nav {
  background-color: #FFFFFF;
  padding: 5px 20px;
  display: flex;
  align-items: center;
}

nav a {
  color: black;
}

nav a:hover {
  color: #FD841F;
}

.logo {
  flex: 1;
}

.logo a {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.logo a:hover {
  color: #fff;
}

.logo img {
  width: 170px;
  margin-right: 10px;
}

.menu {
  display: flex;
  align-items: center;
  list-style: none;
}

.menu li {
  padding: 15px 15px;
  font-size: 28px;
  font-weight: bolder;
}

.toggle {
  font-size: 30px;
  display: none;
}

@media screen and (max-width:600px) {
  nav {
    display: block;
    position: relative;
    padding: 15px 20px;
  }
}



/* FIrst page part*/
.title {
  padding: 30px;
  background-color: #FD841F;

}

.head-title {
  text-align: center;
  font-size: 3em;
  letter-spacing: 5px;
  color: #FFFFFF;

}

.img-title {
  height: 200px;
  margin-left: 700px;
}


.box1 {
  position: relative;
  border-color: black;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 1000px;
  background-size: cover;
  background-image: url(../Images/22-23.jpeg);

}


.box2-container {
  position: relative;
  display: flex;
  padding-block: 30px;
  gap: 30px;
  height: 300px;
  justify-content: space-evenly;
}

.box3 {
  position: relative;
  display: flex;
  padding-block: 30px;
  gap: 30px;
  height: 300px;
  justify-content: space-evenly;
}

.paragraph1-content {

  background-color: rgb(0 0 0 / 73%);
  color: white;
  font-weight: bold;

  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  padding: 20px;
  text-align: center;

}


.paragraph2-content {
  border-color: black;
  border: solid;
  border-width: 0.2px;
  border-radius: 12px 12px 12px 12px;
  height: 200px;
  width: 500px;
  color: #120f0f;
  font-weight: bold;
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: center;
}


.img2 {
  background-size: cover;
  background-image: url(../Images/match.jpeg);
}

.img3 {
  background-size: cover;
  background-image: url(../Images/festival.jpeg);
}

.img4 {
  background-size: cover;
  background-image: url(../Images/toplant.jpeg);
}

.img5 {
  background-size: cover;
  background-image: url(../Images/sosyal.jpeg);
}

.body-title2,
.body-title {
  line-height: 1.6;
  background-color: rgb(0 0 0 / 59%);
  color: white;
  font-weight: bold;
  border: 1px solid #F8EDE3;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
  padding: 20px;
  text-align: center;
  border-radius: 7px;
}

.body-title {
  margin-top: 20px;
  font-size: 30px;
  letter-spacing: 0.055em;

}

.body-title2 {
  margin-top: 30px;
  letter-spacing: 0.055em;

}

.body-title1 {
  margin-top: 20px;
  text-align: center;
  font-size: 50px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 1rem;
}

/* hakkimiza part*/
.main {
  width: 2000px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.hakkimzda {
  width: 100%;
  padding: 100px 0px;
}

.hakkimzda-vizyon {
  margin-top: -180px;
}

.hakkimzda-misyon {
  margin-top: -180px;
}

/* you can use the hakkimzda-vizyon class name instead of hakkimzda-misyon ,again because the have the same properties  */


.hands-image {

  width: 500px;
  border-radius: 12px;

}

/* .group-image {
    width: 500px;
    border-radius: 12px;
} */

.hakkimzda-text {
  padding: 20px;
  width: 6000px;
}

.hakkimzda-text h2 {

  font-size: 75px;
  text-transform: capitalize;
  margin-bottom: 20px;
}


.hakkimzda-text p {
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 45px;
}


.vizyon {

  background-color: #FD841F;
  text-align: center;

}



.iletişim-button {
  position: relative;
  width: max-content;
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: .3s;
  margin-inline: auto;

}

.iletişim-button span {
  position: relative;
  display: block;
  padding: 13px 30px;
  color: #FD841F;
  background: black;
  box-shadow: 5px 5px;
  border-radius: 25px;


}


.iletişim-button:hover::before {
  top: 4px;
  left: 4px;
}

.footer {
  background-color: black;
  color: white;
  padding: 30px 10px;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: space-around;
}

.footer-imgs {

  display: grid;
}



.footer-icon {
  display: flex;
}

.footer-title {
  font-size: 25px;

  font-weight: bold;

  padding-block: 20px;
}
.acol{

  color: #FFFFFF;
}
.acol:hover{
  color: #FD841F;
}

.footer span {
  font-weight: bolder;
  color: #FFFFFF;
}

.iletişim-footer {
  display: grid;
  justify-items: start;
  align-content: center;
}
